home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cc15demo.zip / UNINSTAL.CMD < prev   
OS/2 REXX Batch file  |  1996-06-27  |  597b  |  17 lines

  1. /* Uninstall CAD Commander Demonstration */
  2. "@ECHO OFF"
  3. SAY 'This must be run from the distribution CD-ROM, floppy disk, or'
  4. SAY 'a separate directory where the CC13DEMO was unzipped in.'
  5. SAY ''
  6. SAY 'Loading Un-Install program, please wait...'
  7. "INSTALL /INI=DEINSTAL.INI"
  8.  
  9. SAY 'Uninstall Phase I complete.  Please shutdown and reboot your computer.'
  10. SAY 'Then run UNINST2 from the 'directory()' to complete the uninstall process.'
  11. SAY ''
  12. SAY 'To order the Ctrl-Alt-Del Commander for OS/2 Warp please call PCS at'
  13. SAY '1-800-IPF-7622 or outside the U.S. or Canada 360-428-5025.'
  14.  
  15.  
  16.  
  17.